projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487a162
)
Move forward declaration of BablList to the beginning...
author
Martin Nordholts
<martinn@src.gnome.org>
Sat, 17 Jan 2009 14:05:23 +0000
(14:05 +0000)
committer
Martin Nordholts
<martinn@src.gnome.org>
Sat, 17 Jan 2009 14:05:23 +0000
(14:05 +0000)
svn path=/trunk/; revision=373
babl/babl.h
patch
|
blob
|
history
diff --git
a/babl/babl.h
b/babl/babl.h
index d6fa2193c5e9dbac632a2eb3bc6d63d25ce36fad..e9c533968bce1f13f2aaafe75d503bfcc5046557 100644
(file)
--- a/
babl/babl.h
+++ b/
babl/babl.h
@@
-30,11
+30,11
@@
#error babl.h included after babl-internal.h
#endif
+typedef struct _BablList BablList;
+
#include "babl-macros.h"
#include "babl-main.h"
-typedef struct _BablList BablList;
-
/* magic number used at the start of all babl objects, used to do
* differentiation in polymorphic functions. (as well as manual
* type check assertions).